Skip to main content

Get All Users

AutomatR.Jira.Activities.GetAllUsers

The "Get All Users" activity in AutomatR's Jira package utilizes the Jira API to retrieve details about all users associated with a Jira organization. This activity is designed to provide a list of users, enabling effective user management within automation workflows.

Properties

NameDescription
Misc
Display NameThe display name of the activity. This field supports only strings or String variables.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Get All Users" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.
Output
ResultOutputs a list of objects, each representing details about a user in the Jira organization. Variables of relevant types (e.g., List of Users variables) to store user information.

How to use:

  1. Drag and drop the "Get All Users" activity onto the workflow.
  2. Optionally, configure the delay.
  3. Execute the workflow to retrieve information about all users associated with the Jira organization.

Example: Consider an example where the "Get All Users" activity is used to retrieve a list of all users within the Jira organization:

Get All Users:
Result: allUsersData

In this example, the activity fetches information about all users associated with the Jira organization. The result, which includes details about each user, is stored in the List of Users variable "allUsersData" for further handling in the workflow.